From: Brion Vibber Date: Thu, 29 Apr 2004 01:41:40 +0000 (+0000) Subject: Use dc:creator instead of author in RSS feeds, as RSS2's author must be an e-mail... X-Git-Tag: 1.3.0beta1~207 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=e341ccf044953d2bef7972562cc553743d1453e5;p=lhc%2Fweb%2Fwiklou.git Use dc:creator instead of author in RSS feeds, as RSS2's author must be an e-mail address and we have only usernames/ips --- diff --git a/includes/Feed.php b/includes/Feed.php index 0f654af20b..0be93e8a70 100644 --- a/includes/Feed.php +++ b/includes/Feed.php @@ -109,7 +109,7 @@ class RSSFeed extends ChannelFeed { global $wgVersion; $this->outXmlHeader(); - ?> + ?> <?php print $this->getTitle() ?> getUrl() ?> @@ -127,7 +127,7 @@ class RSSFeed extends ChannelFeed { getUrl() ?> getDescription() ?> getDate() ) { ?>formatTime( $item->getDate() ) ?> - getAuthor() ) { ?>getAuthor() ?> + getAuthor() ) { ?>getAuthor() ?> getComments() ) { ?>getComments() ?>